﻿2026-07-08T11:32:34.0807247Z Current runner version: '2.335.1'
2026-07-08T11:32:34.0812631Z Runner name: 'kitsubito'
2026-07-08T11:32:34.0813287Z Runner group name: 'Default'
2026-07-08T11:32:34.0814076Z Machine name: 'KITSUBITO'
2026-07-08T11:32:34.0816366Z ##[group]GITHUB_TOKEN Permissions
2026-07-08T11:32:34.0818395Z Contents: read
2026-07-08T11:32:34.0818905Z Metadata: read
2026-07-08T11:32:34.0819572Z Packages: read
2026-07-08T11:32:34.0820045Z ##[endgroup]
2026-07-08T11:32:34.0821779Z Secret source: Actions
2026-07-08T11:32:34.0822529Z Prepare workflow directory
2026-07-08T11:32:34.1254559Z Prepare all required actions
2026-07-08T11:32:34.1285391Z Getting action download info
2026-07-08T11:32:34.4721979Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-08T11:32:35.2202649Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2026-07-08T11:32:36.3440357Z Complete job name: build (self-hosted, Linux, kitsubito, spt-x86_64-linux, target/release/spt)
2026-07-08T11:32:36.4534635Z ##[group]Run actions/checkout@v5
2026-07-08T11:32:36.4535885Z with:
2026-07-08T11:32:36.4536608Z   repository: SaberMage/spt-core
2026-07-08T11:32:36.4544961Z   token: ***
2026-07-08T11:32:36.4545681Z   ssh-strict: true
2026-07-08T11:32:36.4546402Z   ssh-user: git
2026-07-08T11:32:36.4547121Z   persist-credentials: true
2026-07-08T11:32:36.4547923Z   clean: true
2026-07-08T11:32:36.4548649Z   sparse-checkout-cone-mode: true
2026-07-08T11:32:36.4549817Z   fetch-depth: 1
2026-07-08T11:32:36.4550531Z   fetch-tags: false
2026-07-08T11:32:36.4551251Z   show-progress: true
2026-07-08T11:32:36.4551999Z   lfs: false
2026-07-08T11:32:36.4552846Z   submodules: false
2026-07-08T11:32:36.4553593Z   set-safe-directory: true
2026-07-08T11:32:36.4554772Z ##[endgroup]
2026-07-08T11:32:36.5478107Z Syncing repository: SaberMage/spt-core
2026-07-08T11:32:36.5480997Z ##[group]Getting Git version info
2026-07-08T11:32:36.5482448Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-08T11:32:36.5484464Z [command]/usr/bin/git version
2026-07-08T11:32:36.5485954Z git version 2.43.0
2026-07-08T11:32:36.5505722Z ##[endgroup]
2026-07-08T11:32:36.5519233Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/1cf2ab1a-edda-4a0d-b360-a54c88c8f5b3' before making global git config changes
2026-07-08T11:32:36.5523429Z Adding repository directory to the temporary git global config as a safe directory
2026-07-08T11:32:36.5526771Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-08T11:32:36.5560618Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-08T11:32:36.5582589Z https://github.com/SaberMage/spt-core
2026-07-08T11:32:36.5595632Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-08T11:32:36.5598432Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-08T11:32:36.5620521Z refs/heads/main
2026-07-08T11:32:36.5627927Z [command]/usr/bin/git checkout --detach
2026-07-08T11:32:36.5688901Z HEAD is now at 187d14bd0 Merge PR #59: release v0.29.1 — inject settle-gate re-arm patch
2026-07-08T11:32:36.5731800Z [command]/usr/bin/git branch --delete --force main
2026-07-08T11:32:36.5769327Z Deleted branch main (was 187d14bd0).
2026-07-08T11:32:36.5775608Z ##[endgroup]
2026-07-08T11:32:36.5777861Z [command]/usr/bin/git submodule status
2026-07-08T11:32:36.5974207Z ##[group]Cleaning the repository
2026-07-08T11:32:36.5975562Z [command]/usr/bin/git clean -ffdx
2026-07-08T11:32:37.4606802Z Removing target/
2026-07-08T11:32:37.4616627Z [command]/usr/bin/git reset --hard HEAD
2026-07-08T11:32:37.4680089Z HEAD is now at 187d14bd0 Merge PR #59: release v0.29.1 — inject settle-gate re-arm patch
2026-07-08T11:32:37.4685780Z ##[endgroup]
2026-07-08T11:32:37.4687434Z ##[group]Disabling automatic garbage collection
2026-07-08T11:32:37.4690631Z [command]/usr/bin/git config --local gc.auto 0
2026-07-08T11:32:37.4714951Z ##[endgroup]
2026-07-08T11:32:37.4715747Z ##[group]Setting up auth
2026-07-08T11:32:37.4720777Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-08T11:32:37.4745563Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-08T11:32:37.4937272Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-08T11:32:37.4963456Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-08T11:32:37.5138319Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-08T11:32:37.5164394Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-08T11:32:37.5350721Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-08T11:32:37.5382056Z ##[endgroup]
2026-07-08T11:32:37.5383093Z ##[group]Fetching the repository
2026-07-08T11:32:37.5389635Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +187d14bd05ba3ed018bd8404d02bc20ee5e5820a:refs/tags/v0.29.1
2026-07-08T11:32:37.9551559Z From https://github.com/SaberMage/spt-core
2026-07-08T11:32:37.9552122Z  t [tag update]          187d14bd05ba3ed018bd8404d02bc20ee5e5820a -> v0.29.1
2026-07-08T11:32:37.9576239Z ##[endgroup]
2026-07-08T11:32:37.9576907Z ##[group]Determining the checkout info
2026-07-08T11:32:37.9579036Z ##[endgroup]
2026-07-08T11:32:37.9582773Z [command]/usr/bin/git sparse-checkout disable
2026-07-08T11:32:37.9621578Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-08T11:32:37.9647340Z ##[group]Checking out the ref
2026-07-08T11:32:37.9650155Z [command]/usr/bin/git checkout --progress --force refs/tags/v0.29.1
2026-07-08T11:32:37.9705592Z HEAD is now at 187d14bd0 Merge PR #59: release v0.29.1 — inject settle-gate re-arm patch
2026-07-08T11:32:37.9712185Z ##[endgroup]
2026-07-08T11:32:37.9756377Z [command]/usr/bin/git log -1 --format=%H
2026-07-08T11:32:37.9786741Z 187d14bd05ba3ed018bd8404d02bc20ee5e5820a
2026-07-08T11:32:37.9966392Z ##[group]Run cargo build --release -p spt --bin spt
2026-07-08T11:32:37.9966812Z [36;1mcargo build --release -p spt --bin spt[0m
2026-07-08T11:32:37.9981779Z shell: /usr/bin/bash -e {0}
2026-07-08T11:32:37.9982030Z ##[endgroup]
2026-07-08T11:32:38.3457502Z    Compiling proc-macro2 v1.0.106
2026-07-08T11:32:38.3458185Z    Compiling quote v1.0.45
2026-07-08T11:32:38.3458658Z    Compiling unicode-ident v1.0.24
2026-07-08T11:32:38.3459301Z    Compiling libc v0.2.186
2026-07-08T11:32:38.3459768Z    Compiling serde_core v1.0.228
2026-07-08T11:32:38.3460227Z    Compiling cfg-if v1.0.4
2026-07-08T11:32:38.3539606Z    Compiling serde v1.0.228
2026-07-08T11:32:38.3573063Z    Compiling log v0.4.32
2026-07-08T11:32:38.3648855Z    Compiling pin-project-lite v0.2.17
2026-07-08T11:32:38.3794606Z    Compiling typenum v1.20.1
2026-07-08T11:32:38.3841269Z    Compiling portable-atomic v1.13.1
2026-07-08T11:32:38.3881088Z    Compiling version_check v0.9.5
2026-07-08T11:32:38.3882385Z    Compiling memchr v2.8.1
2026-07-08T11:32:38.3922411Z    Compiling find-msvc-tools v0.1.9
2026-07-08T11:32:38.3923890Z    Compiling shlex v2.0.1
2026-07-08T11:32:38.4544877Z    Compiling critical-section v1.2.0
2026-07-08T11:32:38.4580367Z    Compiling subtle v2.6.1
2026-07-08T11:32:38.5120693Z    Compiling bytes v1.11.1
2026-07-08T11:32:38.5456037Z    Compiling futures-core v0.3.32
2026-07-08T11:32:38.6863528Z    Compiling smallvec v1.15.1
2026-07-08T11:32:38.7101608Z    Compiling semver v1.0.28
2026-07-08T11:32:38.7363384Z    Compiling stable_deref_trait v1.2.1
2026-07-08T11:32:38.7368650Z    Compiling futures-sink v0.3.32
2026-07-08T11:32:38.7545869Z    Compiling slab v0.4.12
2026-07-08T11:32:38.7873505Z    Compiling futures-io v0.3.32
2026-07-08T11:32:38.8120961Z    Compiling equivalent v1.0.2
2026-07-08T11:32:38.8401603Z    Compiling itoa v1.0.18
2026-07-08T11:32:38.8582461Z    Compiling generic-array v0.14.7
2026-07-08T11:32:38.9331454Z    Compiling futures-channel v0.3.32
2026-07-08T11:32:38.9390731Z    Compiling futures-task v0.3.32
2026-07-08T11:32:38.9960056Z    Compiling rustc_version v0.4.1
2026-07-08T11:32:39.0209197Z    Compiling rand_core v0.10.1
2026-07-08T11:32:39.0801118Z    Compiling rustversion v1.0.22
2026-07-08T11:32:39.1261217Z    Compiling bitflags v2.12.1
2026-07-08T11:32:39.1301503Z    Compiling cpufeatures v0.2.17
2026-07-08T11:32:39.1520727Z    Compiling getrandom v0.4.2
2026-07-08T11:32:39.1710944Z    Compiling hashbrown v0.17.1
2026-07-08T11:32:39.2020961Z    Compiling cfg_aliases v0.2.1
2026-07-08T11:32:39.2150975Z    Compiling writeable v0.6.3
2026-07-08T11:32:39.2461096Z    Compiling litemap v0.8.2
2026-07-08T11:32:39.2903746Z    Compiling icu_normalizer_data v2.2.0
2026-07-08T11:32:39.2930647Z    Compiling icu_properties_data v2.2.0
2026-07-08T11:32:39.4097466Z    Compiling dunce v1.0.5
2026-07-08T11:32:39.4250585Z    Compiling fs_extra v1.3.0
2026-07-08T11:32:39.4787096Z    Compiling ident_case v1.0.1
2026-07-08T11:32:39.4905819Z    Compiling strsim v0.11.1
2026-07-08T11:32:39.5080789Z    Compiling utf8_iter v1.0.4
2026-07-08T11:32:39.6110534Z    Compiling autocfg v1.5.1
2026-07-08T11:32:39.6241663Z    Compiling percent-encoding v2.3.2
2026-07-08T11:32:39.6590353Z    Compiling thiserror v2.0.18
2026-07-08T11:32:39.7780865Z    Compiling aws-lc-rs v1.17.0
2026-07-08T11:32:39.8350318Z    Compiling cpufeatures v0.3.0
2026-07-08T11:32:39.9368706Z    Compiling syn v2.0.117
2026-07-08T11:32:39.9910735Z    Compiling http v1.4.1
2026-07-08T11:32:40.0750625Z    Compiling scopeguard v1.2.0
2026-07-08T11:32:40.0830558Z    Compiling chacha20 v0.10.0
2026-07-08T11:32:40.1538909Z    Compiling lock_api v0.4.14
2026-07-08T11:32:40.1694420Z    Compiling form_urlencoded v1.2.2
2026-07-08T11:32:40.1760499Z    Compiling untrusted v0.9.0
2026-07-08T11:32:40.2350218Z    Compiling fnv v1.0.7
2026-07-08T11:32:40.3260645Z    Compiling anyhow v1.0.102
2026-07-08T11:32:40.3450874Z    Compiling heck v0.5.0
2026-07-08T11:32:40.3670851Z    Compiling jobserver v0.1.34
2026-07-08T11:32:40.4251302Z    Compiling unicode-segmentation v1.13.3
2026-07-08T11:32:40.4500504Z    Compiling rustls v0.23.40
2026-07-08T11:32:40.5577237Z    Compiling indexmap v2.14.0
2026-07-08T11:32:40.5671583Z    Compiling unicode-xid v0.2.6
2026-07-08T11:32:40.5783120Z    Compiling const-oid v0.10.2
2026-07-08T11:32:40.5850744Z    Compiling atomic-waker v1.1.2
2026-07-08T11:32:40.6610713Z    Compiling parking_lot_core v0.9.12
2026-07-08T11:32:40.6866625Z    Compiling zerocopy v0.8.50
2026-07-08T11:32:40.7099324Z    Compiling cc v1.2.63
2026-07-08T11:32:40.7161041Z    Compiling httparse v1.10.1
2026-07-08T11:32:40.7451294Z    Compiling paste v1.0.15
2026-07-08T11:32:40.7944215Z    Compiling num-traits v0.2.19
2026-07-08T11:32:40.9940205Z    Compiling hybrid-array v0.4.12
2026-07-08T11:32:40.9949850Z    Compiling curve25519-dalek v4.1.3
2026-07-08T11:32:40.9970360Z    Compiling ahash v0.8.12
2026-07-08T11:32:41.0031956Z    Compiling base64ct v1.8.3
2026-07-08T11:32:41.0342402Z    Compiling either v1.16.0
2026-07-08T11:32:41.1231199Z    Compiling crypto-common v0.1.7
2026-07-08T11:32:41.1710777Z    Compiling block-buffer v0.10.4
2026-07-08T11:32:41.2773206Z    Compiling convert_case v0.10.0
2026-07-08T11:32:41.3720422Z    Compiling digest v0.10.7
2026-07-08T11:32:41.3992889Z    Compiling http-body v1.0.1
2026-07-08T11:32:41.4185596Z    Compiling zmij v1.0.21
2026-07-08T11:32:41.5040587Z    Compiling pem-rfc7468 v1.0.0
2026-07-08T11:32:41.5080755Z    Compiling data-encoding v2.11.0
2026-07-08T11:32:41.6040747Z    Compiling fastrand v2.4.1
2026-07-08T11:32:41.7093667Z    Compiling mio v1.2.1
2026-07-08T11:32:41.7107443Z    Compiling socket2 v0.6.4
2026-07-08T11:32:41.8320638Z    Compiling getrandom v0.2.17
2026-07-08T11:32:41.9705249Z    Compiling tinyvec_macros v0.1.1
2026-07-08T11:32:42.0190447Z    Compiling base64 v0.22.1
2026-07-08T11:32:42.0332058Z    Compiling tower-service v0.3.3
2026-07-08T11:32:42.0561253Z    Compiling pkg-config v0.3.33
2026-07-08T11:32:42.1310823Z    Compiling rand_core v0.6.4
2026-07-08T11:32:42.1664411Z    Compiling rand v0.10.1
2026-07-08T11:32:42.1910712Z    Compiling uuid v1.23.2
2026-07-08T11:32:42.2538829Z    Compiling try-lock v0.2.5
2026-07-08T11:32:42.3830702Z    Compiling vcpkg v0.2.15
2026-07-08T11:32:42.4022532Z    Compiling want v0.3.1
2026-07-08T11:32:42.4299251Z    Compiling parking_lot v0.12.5
2026-07-08T11:32:42.6966679Z    Compiling cmake v0.1.58
2026-07-08T11:32:42.9120774Z    Compiling tinyvec v1.11.0
2026-07-08T11:32:42.9407128Z    Compiling sha2 v0.10.9
2026-07-08T11:32:42.9540516Z    Compiling block-buffer v0.12.0
2026-07-08T11:32:43.0330266Z    Compiling crypto-common v0.2.2
2026-07-08T11:32:43.3710564Z    Compiling inout v0.1.4
2026-07-08T11:32:43.3810351Z    Compiling vergen-lib v9.1.0
2026-07-08T11:32:43.3930632Z    Compiling n0-future v0.3.2
2026-07-08T11:32:43.4086628Z    Compiling parking v2.2.1
2026-07-08T11:32:43.5070491Z    Compiling httpdate v1.0.3
2026-07-08T11:32:43.5580373Z    Compiling diatomic-waker v0.2.3
2026-07-08T11:32:43.6010787Z    Compiling signature v2.2.0
2026-07-08T11:32:43.6830888Z    Compiling cordyceps v0.3.4
2026-07-08T11:32:43.7020751Z    Compiling aws-lc-sys v0.41.0
2026-07-08T11:32:43.7540694Z    Compiling ring v0.17.14
2026-07-08T11:32:43.7690222Z    Compiling spin v0.10.0
2026-07-08T11:32:43.8020329Z    Compiling serde_json v1.0.150
2026-07-08T11:32:43.8240199Z    Compiling libsqlite3-sys v0.30.1
2026-07-08T11:32:43.8680236Z    Compiling crossbeam-utils v0.8.21
2026-07-08T11:32:44.0090404Z    Compiling winnow v1.0.3
2026-07-08T11:32:44.0802055Z    Compiling ed25519 v2.2.3
2026-07-08T11:32:44.1260514Z    Compiling futures-buffered v0.2.13
2026-07-08T11:32:44.1530918Z    Compiling digest v0.11.3
2026-07-08T11:32:44.2460658Z    Compiling futures-lite v2.6.1
2026-07-08T11:32:44.2530423Z    Compiling cipher v0.4.4
2026-07-08T11:32:44.4329357Z    Compiling netlink-packet-core v0.8.1
2026-07-08T11:32:44.6540770Z    Compiling universal-hash v0.5.1
2026-07-08T11:32:44.6720641Z    Compiling vergen-lib v0.1.6
2026-07-08T11:32:44.7260654Z    Compiling vergen v9.1.0
2026-07-08T11:32:44.8640837Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-08T11:32:44.9431410Z    Compiling heapless v0.7.17
2026-07-08T11:32:44.9780328Z    Compiling noq-udp v0.10.0
2026-07-08T11:32:44.9900300Z    Compiling sync_wrapper v1.0.2
2026-07-08T11:32:45.1054900Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-08T11:32:45.1280485Z    Compiling opaque-debug v0.3.1
2026-07-08T11:32:45.1410601Z    Compiling byteorder v1.5.0
2026-07-08T11:32:45.1960807Z    Compiling powerfmt v0.2.0
2026-07-08T11:32:45.2160815Z    Compiling allocator-api2 v0.2.21
2026-07-08T11:32:45.2650635Z    Compiling polyval v0.6.2
2026-07-08T11:32:45.3730618Z    Compiling deranged v0.5.8
2026-07-08T11:32:45.4249406Z    Compiling hash32 v0.2.1
2026-07-08T11:32:45.5370175Z    Compiling spin v0.9.8
2026-07-08T11:32:45.6000321Z    Compiling vergen-gitcl v1.0.8
2026-07-08T11:32:45.6730731Z    Compiling signature v3.0.0
2026-07-08T11:32:45.7630624Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-08T11:32:45.8100704Z    Compiling num-conv v0.2.2
2026-07-08T11:32:45.8230396Z    Compiling fallible-iterator v0.3.0
2026-07-08T11:32:45.8470752Z    Compiling tower-layer v0.3.3
2026-07-08T11:32:45.9530413Z    Compiling ryu v1.0.23
2026-07-08T11:32:45.9911124Z    Compiling num_threads v0.1.7
2026-07-08T11:32:46.0310549Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-08T11:32:46.0530497Z    Compiling time-core v0.1.8
2026-07-08T11:32:46.2410641Z    Compiling ghash v0.5.1
2026-07-08T11:32:46.3770389Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-08T11:32:46.3935237Z    Compiling aes v0.8.4
2026-07-08T11:32:46.4090538Z    Compiling ctr v0.9.2
2026-07-08T11:32:46.4890416Z    Compiling sha2 v0.11.0-rc.5
2026-07-08T11:32:46.6080722Z    Compiling synstructure v0.13.2
2026-07-08T11:32:46.6780644Z    Compiling darling_core v0.20.11
2026-07-08T11:32:46.8340352Z    Compiling fs2 v0.4.3
2026-07-08T11:32:46.8870418Z    Compiling http-body-util v0.1.3
2026-07-08T11:32:47.0420397Z    Compiling time v0.3.47
2026-07-08T11:32:47.1160353Z    Compiling aead v0.5.2
2026-07-08T11:32:47.1950555Z    Compiling openssl-probe v0.2.1
2026-07-08T11:32:47.2360997Z    Compiling utf8parse v0.2.2
2026-07-08T11:32:47.2720746Z    Compiling arrayvec v0.7.6
2026-07-08T11:32:47.4330882Z    Compiling proc-macro-crate v3.5.0
2026-07-08T11:32:47.5730573Z    Compiling aes-gcm v0.10.3
2026-07-08T11:32:47.5960982Z    Compiling crossbeam-channel v0.5.15
2026-07-08T11:32:47.6300754Z    Compiling crossbeam-epoch v0.9.18
2026-07-08T11:32:47.7280624Z    Compiling netlink-packet-route v0.29.0
2026-07-08T11:32:47.8240132Z    Compiling blake3 v1.8.5
2026-07-08T11:32:47.9980805Z    Compiling memoffset v0.6.5
2026-07-08T11:32:48.1227842Z    Compiling acto v0.8.2
2026-07-08T11:32:48.1792542Z    Compiling netwatch v0.16.0
2026-07-08T11:32:48.2880742Z    Compiling noq v0.18.0
2026-07-08T11:32:48.3770486Z    Compiling rustc-hash v2.1.2
2026-07-08T11:32:48.4230862Z    Compiling thiserror v1.0.69
2026-07-08T11:32:48.4601236Z    Compiling tagptr v0.2.0
2026-07-08T11:32:48.4840788Z    Compiling mac-addr v0.3.0
2026-07-08T11:32:48.5451448Z    Compiling ref-cast v1.0.25
2026-07-08T11:32:48.6071124Z    Compiling lru-slab v0.1.2
2026-07-08T11:32:48.7390731Z    Compiling identity-hash v0.1.0
2026-07-08T11:32:48.7520736Z    Compiling xml-rs v0.8.28
2026-07-08T11:32:48.7950622Z    Compiling sorted-index-buffer v0.2.1
2026-07-08T11:32:48.8644034Z    Compiling foldhash v0.2.0
2026-07-08T11:32:49.0080491Z    Compiling hashbrown v0.16.1
2026-07-08T11:32:49.1626878Z    Compiling serde_derive_internals v0.29.1
2026-07-08T11:32:49.2195402Z    Compiling netlink-packet-route v0.30.0
2026-07-08T11:32:49.2380977Z    Compiling ioctl-rs v0.1.6
2026-07-08T11:32:49.3589703Z    Compiling serial-core v0.4.0
2026-07-08T11:32:49.5160255Z    Compiling serde_derive v1.0.228
2026-07-08T11:32:49.6629901Z    Compiling zeroize_derive v1.4.3
2026-07-08T11:32:49.8155128Z    Compiling tokio-macros v2.7.0
2026-07-08T11:32:50.0030950Z    Compiling zerofrom-derive v0.1.7
2026-07-08T11:32:50.2140612Z    Compiling futures-macro v0.3.32
2026-07-08T11:32:50.3476255Z    Compiling yoke-derive v0.8.2
2026-07-08T11:32:50.4641452Z    Compiling zeroize v1.8.2
2026-07-08T11:32:50.6090639Z    Compiling zerovec-derive v0.11.3
2026-07-08T11:32:50.7800395Z    Compiling displaydoc v0.2.6
2026-07-08T11:32:50.8400651Z    Compiling tracing-attributes v0.1.31
2026-07-08T11:32:50.8781030Z    Compiling tokio v1.52.3
2026-07-08T11:32:51.0280614Z    Compiling rustls-pki-types v1.14.1
2026-07-08T11:32:51.4107199Z    Compiling futures-util v0.3.32
2026-07-08T11:32:51.9071030Z    Compiling thiserror-impl v2.0.18
2026-07-08T11:32:51.9495311Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-08T11:32:52.0880237Z    Compiling zerofrom v0.1.8
2026-07-08T11:32:52.1141223Z    Compiling darling_macro v0.20.11
2026-07-08T11:32:52.2320554Z    Compiling yoke v0.8.3
2026-07-08T11:32:52.4821680Z    Compiling zerotrie v0.2.4
2026-07-08T11:32:52.4888026Z    Compiling derive_more-impl v2.1.1
2026-07-08T11:32:52.5012058Z    Compiling zerovec v0.11.6
2026-07-08T11:32:52.6432717Z    Compiling darling v0.20.11
2026-07-08T11:32:52.7510477Z    Compiling derive_builder_core v0.20.2
2026-07-08T11:32:52.7860647Z    Compiling spez v0.1.2
2026-07-08T11:32:52.9845323Z    Compiling n0-error-macros v0.1.3
2026-07-08T11:32:53.4600099Z    Compiling der v0.8.0-rc.10
2026-07-08T11:32:53.5810782Z    Compiling tinystr v0.8.3
2026-07-08T11:32:53.9151612Z    Compiling icu_locale_core v2.2.0
2026-07-08T11:32:53.9560692Z    Compiling potential_utf v0.1.5
2026-07-08T11:32:54.1960338Z    Compiling icu_collections v2.2.0
2026-07-08T11:32:54.3220290Z    Compiling derive_builder_macro v0.20.2
2026-07-08T11:32:54.3480408Z    Compiling pin-project-internal v1.1.13
2026-07-08T11:32:54.8481036Z    Compiling derive_builder v0.20.2
2026-07-08T11:32:54.8713894Z    Compiling n0-error v0.1.3
2026-07-08T11:32:55.0420258Z    Compiling ed25519-dalek v2.2.0
2026-07-08T11:32:55.6633175Z    Compiling icu_provider v2.2.0
2026-07-08T11:32:55.8770585Z    Compiling ipnet v2.12.0
2026-07-08T11:32:55.9735485Z    Compiling spki v0.8.0-rc.4
2026-07-08T11:32:56.0400927Z    Compiling pin-project v1.1.13
2026-07-08T11:32:56.1460402Z    Compiling icu_properties v2.2.0
2026-07-08T11:32:56.3344741Z    Compiling icu_normalizer v2.2.0
2026-07-08T11:32:56.4052527Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-08T11:32:56.7324204Z    Compiling once_cell v1.21.4
2026-07-08T11:32:56.8630948Z    Compiling prefix-trie v0.8.4
2026-07-08T11:32:57.0060374Z    Compiling tracing-core v0.1.36
2026-07-08T11:32:57.5650359Z    Compiling hashbrown v0.14.5
2026-07-08T11:32:58.2200541Z    Compiling tracing v0.1.44
2026-07-08T11:32:58.4435514Z    Compiling idna_adapter v1.2.2
2026-07-08T11:32:58.5550603Z    Compiling futures-executor v0.3.32
2026-07-08T11:32:58.5932467Z    Compiling idna v1.1.0
2026-07-08T11:32:58.6740957Z    Compiling derive_more v2.1.1
2026-07-08T11:32:58.7620383Z    Compiling futures v0.3.32
2026-07-08T11:32:58.8773636Z    Compiling hashlink v0.9.1
2026-07-08T11:32:58.8914162Z    Compiling ed25519 v3.0.0-rc.4
2026-07-08T11:32:59.1538413Z    Compiling tokio-util v0.7.18
2026-07-08T11:32:59.1630963Z    Compiling netlink-sys v0.8.8
2026-07-08T11:32:59.4000390Z    Compiling url v2.5.8
2026-07-08T11:32:59.4160889Z    Compiling spt-proto v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-08T11:32:59.6036783Z    Compiling cobs v0.3.0
2026-07-08T11:32:59.8499960Z    Compiling postcard-derive v0.2.2
2026-07-08T11:32:59.9598932Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-08T11:33:00.2475502Z    Compiling h2 v0.4.14
2026-07-08T11:33:00.6762841Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-08T11:33:00.7000613Z    Compiling postcard v1.1.3
2026-07-08T11:33:00.8340579Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-08T11:33:00.8980656Z    Compiling data-encoding-macro v0.1.20
2026-07-08T11:33:01.0265382Z    Compiling tower v0.5.3
2026-07-08T11:33:01.2140428Z    Compiling rustls-native-certs v0.8.4
2026-07-08T11:33:01.9011055Z    Compiling num_enum_derive v0.7.6
2026-07-08T11:33:02.0098625Z    Compiling enum-assoc v1.3.0
2026-07-08T11:33:02.1741073Z    Compiling async-trait v0.1.89
2026-07-08T11:33:02.5266620Z    Compiling iroh-metrics-derive v0.4.1
2026-07-08T11:33:02.8590339Z    Compiling strum_macros v0.28.0
2026-07-08T11:33:03.1570605Z    Compiling tower-http v0.6.11
2026-07-08T11:33:03.1910938Z    Compiling iroh-metrics v0.38.3
2026-07-08T11:33:03.2450308Z    Compiling num_enum v0.7.6
2026-07-08T11:33:03.3580551Z    Compiling iroh-base v0.98.0
2026-07-08T11:33:03.4690602Z    Compiling iroh-relay v0.98.0
2026-07-08T11:33:03.7921005Z    Compiling n0-watcher v0.6.1
2026-07-08T11:33:03.9648554Z    Compiling attohttpc v0.30.1
2026-07-08T11:33:03.9960874Z    Compiling tokio-stream v0.1.18
2026-07-08T11:33:04.2168422Z    Compiling netlink-proto v0.12.0
2026-07-08T11:33:04.5030790Z    Compiling netdev v0.42.0
2026-07-08T11:33:04.6866384Z    Compiling moka v0.12.15
2026-07-08T11:33:04.8628766Z    Compiling toml_datetime v0.6.11
2026-07-08T11:33:05.1760353Z    Compiling serde_spanned v0.6.9
2026-07-08T11:33:05.3410631Z    Compiling xmltree v0.10.3
2026-07-08T11:33:05.7146371Z    Compiling ref-cast-impl v1.0.25
2026-07-08T11:33:05.8700472Z    Compiling thiserror-impl v1.0.69
2026-07-08T11:33:06.3530560Z    Compiling termios v0.2.2
2026-07-08T11:33:06.4400348Z    Compiling errno v0.3.14
2026-07-08T11:33:06.6310836Z    Compiling aho-corasick v1.1.4
2026-07-08T11:33:06.6380597Z    Compiling simple-dns v0.9.3
2026-07-08T11:33:06.7779065Z    Compiling arrayref v0.3.9
2026-07-08T11:33:06.8550958Z    Compiling strum v0.28.0
2026-07-08T11:33:06.8620875Z    Compiling rustix v1.1.4
2026-07-08T11:33:07.0540300Z    Compiling toml_write v0.1.2
2026-07-08T11:33:07.3750557Z    Compiling simdutf8 v0.1.5
2026-07-08T11:33:07.4150550Z    Compiling sha1_smol v1.0.1
2026-07-08T11:33:07.5510367Z    Compiling resolv-conf v0.7.6
2026-07-08T11:33:07.8415241Z    Compiling signal-hook v0.3.18
2026-07-08T11:33:07.9670654Z    Compiling smol_str v0.1.24
2026-07-08T11:33:08.0834238Z    Compiling regex-syntax v0.8.10
2026-07-08T11:33:08.2880877Z    Compiling hyper v1.10.1
2026-07-08T11:33:08.2970414Z    Compiling winnow v0.7.15
2026-07-08T11:33:08.5375854Z    Compiling constant_time_eq v0.4.2
2026-07-08T11:33:08.8490535Z    Compiling iroh-dns v0.98.0
2026-07-08T11:33:11.0240396Z    Compiling regex-automata v0.4.14
2026-07-08T11:33:11.0460464Z    Compiling signal-hook-registry v1.4.8
2026-07-08T11:33:11.5431244Z    Compiling hyper-util v0.1.20
2026-07-08T11:33:11.9790362Z    Compiling toml_edit v0.22.27
2026-07-08T11:33:12.1320533Z    Compiling serial-unix v0.4.0
2026-07-08T11:33:12.5860529Z    Compiling webpki-roots v1.0.7
2026-07-08T11:33:12.7339609Z    Compiling schemars_derive v1.2.1
2026-07-08T11:33:12.7837681Z    Compiling lru v0.16.4
2026-07-08T11:33:13.1296830Z    Compiling darling_core v0.23.0
2026-07-08T11:33:15.3790526Z    Compiling serde_bytes v0.11.19
2026-07-08T11:33:15.8279778Z    Compiling igd-next v0.17.1
2026-07-08T11:33:16.5402634Z    Compiling hmac v0.12.1
2026-07-08T11:33:16.5937071Z    Compiling seize v0.5.1
2026-07-08T11:33:16.7952783Z    Compiling iroh v0.98.2
2026-07-08T11:33:16.8740556Z    Compiling rustix v0.38.44
2026-07-08T11:33:17.1520578Z    Compiling bitflags v1.3.2
2026-07-08T11:33:17.2168750Z    Compiling cmov v0.5.4
2026-07-08T11:33:17.3580037Z    Compiling pin-utils v0.1.0
2026-07-08T11:33:17.3907062Z    Compiling dyn-clone v1.0.20
2026-07-08T11:33:17.4437703Z    Compiling linux-raw-sys v0.12.1
2026-07-08T11:33:17.5110909Z    Compiling schemars v1.2.1
2026-07-08T11:33:17.5350692Z    Compiling ctutils v0.4.2
2026-07-08T11:33:17.5650917Z    Compiling nix v0.25.1
2026-07-08T11:33:17.7420600Z    Compiling portmapper v0.16.0
2026-07-08T11:33:18.1940520Z    Compiling papaya v0.2.4
2026-07-08T11:33:18.2260693Z    Compiling darling_macro v0.23.0
2026-07-08T11:33:18.6958546Z    Compiling hkdf v0.12.4
2026-07-08T11:33:18.9811260Z    Compiling toml v0.8.23
2026-07-08T11:33:19.1590364Z    Compiling regex v1.12.3
2026-07-08T11:33:19.3781388Z    Compiling serial v0.4.0
2026-07-08T11:33:19.5260911Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-08T11:33:20.1331675Z    Compiling filedescriptor v0.8.3
2026-07-08T11:33:20.2452975Z    Compiling backon v1.6.0
2026-07-08T11:33:20.4521564Z    Compiling anstyle-parse v1.0.0
2026-07-08T11:33:20.6020766Z    Compiling vte_generate_state_changes v0.1.2
2026-07-08T11:33:20.6610658Z    Compiling foldhash v0.1.5
2026-07-08T11:33:20.7040341Z    Compiling shell-words v1.1.1
2026-07-08T11:33:20.7770855Z    Compiling is_terminal_polyfill v1.70.2
2026-07-08T11:33:20.9010336Z    Compiling linux-raw-sys v0.4.15
2026-07-08T11:33:20.9590863Z    Compiling instability v0.3.12
2026-07-08T11:33:21.0760853Z    Compiling anstyle-query v1.1.5
2026-07-08T11:33:21.2530984Z    Compiling downcast-rs v1.2.1
2026-07-08T11:33:21.2750981Z    Compiling anstyle v1.0.14
2026-07-08T11:33:21.4030754Z    Compiling colorchoice v1.0.5
2026-07-08T11:33:21.5497338Z    Compiling vte v0.13.1
2026-07-08T11:33:21.7970323Z    Compiling anstream v1.0.0
2026-07-08T11:33:21.8937076Z    Compiling hashbrown v0.15.5
2026-07-08T11:33:22.2670459Z    Compiling signal-hook-mio v0.2.5
2026-07-08T11:33:22.3990463Z    Compiling terminal_size v0.4.4
2026-07-08T11:33:22.6081026Z    Compiling spake2 v0.4.0
2026-07-08T11:33:22.6360663Z    Compiling darling v0.23.0
2026-07-08T11:33:22.7500463Z    Compiling strum_macros v0.26.4
2026-07-08T11:33:22.9980681Z    Compiling sha1 v0.10.6
2026-07-08T11:33:23.1830500Z    Compiling itertools v0.13.0
2026-07-08T11:33:23.4010868Z    Compiling portable-pty v0.8.1
2026-07-08T11:33:23.7290116Z    Compiling castaway v0.2.4
2026-07-08T11:33:23.9370479Z    Compiling clap_lex v1.1.0
2026-07-08T11:33:24.0300302Z    Compiling indoc v2.0.7
2026-07-08T11:33:24.0600260Z    Compiling static_assertions v1.1.0
2026-07-08T11:33:24.1280587Z    Compiling unicode-width v0.1.14
2026-07-08T11:33:24.4760835Z    Compiling doctest-file v1.1.1
2026-07-08T11:33:25.0909495Z    Compiling interprocess v2.4.2
2026-07-08T11:33:25.5060154Z    Compiling clap_builder v4.6.0
2026-07-08T11:33:25.8032754Z    Compiling compact_str v0.8.2
2026-07-08T11:33:26.2958438Z    Compiling strum v0.26.3
2026-07-08T11:33:26.5080583Z    Compiling crossterm v0.28.1
2026-07-08T11:33:26.7041057Z    Compiling unicode-truncate v1.1.0
2026-07-08T11:33:26.7175467Z    Compiling lru v0.12.5
2026-07-08T11:33:26.8370434Z    Compiling clap_derive v4.6.1
2026-07-08T11:33:26.8980760Z    Compiling unicode-width v0.2.0
2026-07-08T11:33:26.9179612Z    Compiling cassowary v0.3.0
2026-07-08T11:33:26.9355079Z    Compiling iana-time-zone v0.1.65
2026-07-08T11:33:27.2481092Z    Compiling chrono v0.4.45
2026-07-08T11:33:27.2592823Z    Compiling nucleo-matcher v0.3.1
2026-07-08T11:33:27.4362772Z    Compiling qrcode v0.14.1
2026-07-08T11:33:29.6830656Z    Compiling ratatui v0.29.0
2026-07-08T11:33:30.3574878Z    Compiling clap v4.6.1
2026-07-08T11:33:49.8982002Z    Compiling rustls-webpki v0.103.13
2026-07-08T11:33:53.5645848Z    Compiling tokio-rustls v0.26.4
2026-07-08T11:33:53.5646440Z    Compiling noq-proto v0.17.0
2026-07-08T11:33:53.5647204Z    Compiling rustls-platform-verifier v0.7.0
2026-07-08T11:33:53.8390566Z    Compiling hickory-net v0.26.0-beta.4
2026-07-08T11:33:53.8391891Z    Compiling hyper-rustls v0.27.9
2026-07-08T11:33:53.8431051Z    Compiling tokio-websockets v0.13.2
2026-07-08T11:33:54.4010511Z    Compiling reqwest v0.13.4
2026-07-08T11:33:56.7144690Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-08T11:34:01.4273317Z    Compiling rusqlite v0.32.1
2026-07-08T11:34:02.3241279Z    Compiling spt-store v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-08T11:34:05.4379304Z    Compiling spt-msg v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-08T11:34:05.6572675Z    Compiling spt-runtime v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-08T11:34:05.6610937Z    Compiling spt-term v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-08T11:34:08.5816796Z    Compiling spt-live v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-08T11:34:28.0294396Z    Compiling spt-net v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-08T11:34:29.8414198Z    Compiling spt-daemon v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-08T11:34:44.9668111Z    Compiling spt v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-08T11:34:57.0982399Z     Finished `release` profile [optimized] target(s) in 2m 19s
2026-07-08T11:34:57.1485580Z ##[group]Run mkdir -p dist
2026-07-08T11:34:57.1485991Z [36;1mmkdir -p dist[0m
2026-07-08T11:34:57.1486375Z [36;1mcp "target/release/spt" "dist/spt-x86_64-linux"[0m
2026-07-08T11:34:57.1501523Z shell: /usr/bin/bash -e {0}
2026-07-08T11:34:57.1501753Z ##[endgroup]
2026-07-08T11:34:57.1925844Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2026-07-08T11:34:57.1927102Z ##[group]Run actions/upload-artifact@v4
2026-07-08T11:34:57.1927330Z with:
2026-07-08T11:34:57.1927504Z   name: spt-x86_64-linux
2026-07-08T11:34:57.1934400Z   path: dist/spt-x86_64-linux
2026-07-08T11:34:57.1934747Z   if-no-files-found: error
2026-07-08T11:34:57.1934971Z   compression-level: 6
2026-07-08T11:34:57.1935163Z   overwrite: false
2026-07-08T11:34:57.1935356Z   include-hidden-files: false
2026-07-08T11:34:57.1935569Z ##[endgroup]
2026-07-08T11:34:57.3547370Z (node:717271) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-07-08T11:34:57.3549487Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-07-08T11:34:57.3593698Z With the provided path, there will be 1 file uploaded
2026-07-08T11:34:57.3598116Z Artifact name is valid!
2026-07-08T11:34:57.3598836Z Root directory input is valid!
2026-07-08T11:34:57.6970895Z Beginning upload of artifact content to blob storage
2026-07-08T11:34:58.2920215Z (node:717271) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
2026-07-08T11:34:59.6417883Z Uploaded bytes 8388608
2026-07-08T11:35:00.2973053Z Uploaded bytes 15373094
2026-07-08T11:35:00.3755042Z Finished uploading artifact content to blob storage!
2026-07-08T11:35:00.3755941Z SHA256 digest of uploaded artifact zip is 44050107519af1e9167cbcdb8c4ffb606a9795053bc52d860738b4640433f16a
2026-07-08T11:35:00.3758218Z Finalizing artifact upload
2026-07-08T11:35:00.6067443Z Artifact spt-x86_64-linux.zip successfully finalized. Artifact ID 8166860625
2026-07-08T11:35:00.6068223Z Artifact spt-x86_64-linux has been successfully uploaded! Final size is 15373094 bytes. Artifact ID is 8166860625
2026-07-08T11:35:00.6073407Z Artifact download URL: https://github.com/SaberMage/spt-core/actions/runs/28938603478/artifacts/8166860625
2026-07-08T11:35:00.6304327Z Post job cleanup.
2026-07-08T11:35:00.7037627Z [command]/usr/bin/git version
2026-07-08T11:35:00.7070835Z git version 2.43.0
2026-07-08T11:35:00.7101989Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d5d9fb70-9c3f-4df8-a6ee-001dcdeb4e1d' before making global git config changes
2026-07-08T11:35:00.7102933Z Adding repository directory to the temporary git global config as a safe directory
2026-07-08T11:35:00.7105594Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-08T11:35:00.7140446Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-08T11:35:00.7177466Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-08T11:35:00.7403760Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-08T11:35:00.7434063Z http.https://github.com/.extraheader
2026-07-08T11:35:00.7444141Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-08T11:35:00.7487879Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-08T11:35:00.7718235Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-08T11:35:00.7755694Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-08T11:35:00.8105466Z Cleaning up orphan processes
2026-07-08T11:35:00.8688678Z ##[warning]Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
